home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
lib
/
partman
/
visual.d
/
method
< prev
next >
Wrap
Text File
|
2008-10-14
|
256b
|
26 lines
#!/bin/sh
cd $1
num=$2
id=$3
size=$4
type=$5
fs=$6
path=$7
name=$8
if [ ! -f $id/method ]; then
printf " "
else
if [ -f $id/format ]; then
if [ -f $id/detected_filesystem ]; then
printf " F"
else
printf " f"
fi
else
printf " K"
fi
fi